home *** CD-ROM | disk | FTP | other *** search
- *** 1.8 1993/01/09 02:33:46
- --- gopher.c 1993/01/13 04:20:20
- ***************
- *** 1,7 ****
- /********************************************************************
- * $Author: drich $
- ! * $Revision: 1.1 $
- ! * $Date: 1995/10/03 04:08:15 $
- * $Source: /proj/freeware1.0/gopher1.12/src/gopher/RCS/pathc,v $
- * $State: Exp $
- *
- --- 1,7 ----
- /********************************************************************
- * $Author: drich $
- ! * $Revision: 1.1 $
- ! * $Date: 1995/10/03 04:08:15 $
- * $Source: /proj/freeware1.0/gopher1.12/src/gopher/RCS/pathc,v $
- * $State: Exp $
- *
- ***************
- *** 15,20 ****
- --- 15,31 ----
- *********************************************************************
- * Revision History:
- * $Log: pathc,v $
- # Revision 1.1 1995/10/03 04:08:15 drich
- # gopher 1.2 check-in
- #
- + * Revision 1.11 1993/01/12 22:38:56 lindner
- + * Rescinded changes for sound on VMS, it doesn't work!
- + *
- + * Revision 1.10 1993/01/12 21:42:14 lindner
- + * Fixed problem with viewing files in secure mode.
- + * Fixed problems with suck_sound in VMS.
- + * Fixed problems with \n on the system command in VMS
- + *
- + * Revision 1.9 1993/01/12 17:30:17 lindner
- + * Fixed problem with 's' key for save_file.
- + *
- * Revision 1.8 1993/01/09 02:33:46 lindner
- * Fixed definitions for controlc() and sizechange()
- *
- ***************
- *** 1311,1320 ****
- case -1:
- break;
-
- case A_GIF:
- case A_IMAGE:
- case A_MIME:
- - case A_FILE:
- if (!SecureMode) {
- Draw_Status("Receiving Information...");
- refresh();
- --- 1322,1336 ----
- case -1:
- break;
-
- + case A_FILE:
- + Draw_Status("Receiving Information...");
- + refresh();
- + showfile(ZeGopher);
- + break;
- +
- case A_GIF:
- case A_IMAGE:
- case A_MIME:
- if (!SecureMode) {
- Draw_Status("Receiving Information...");
- refresh();
-